:root {
    --main : #ffba00;
}

body {
    background-image : url(/assets/images/alu-background.jpg);
    background-attachment: fixed;
    color: #6f6f6f;
}

#main-container {
    background-color: transparent;
}

p {
   text-align: justify;
}

#header-sticky {
   background-color: white;
}

/*.menu li a:hover,
.menu li.active > a,
.menu li.sfHover > a {
   color: black;
}*/

.menu li a {
   color: white;
   text-shadow: 1px 1px 1px black;
}

.menu .dropdown li a {
   text-shadow: none;
   color: black;
}

.menu li a.active,
.menu .dropdown li a.active,
.menu .dropdown li.active a {
   color: #ffba00;
}

#header-sticky .menu li a {
   color: black;
   text-shadow: none;
}
#header-sticky .menu li.active a {
   color: orange;
}
#header-sticky .menu li a.active {
   color: orange;
}

.image-box-details {
   width: 85%;
}

.sm-none-home-slider .tp-bullets,
.sm-none-home-slider .tparrows {
   display: none;
}

.service-box-like-hl a {
   color: #ffba00;
   /*color: #FFCD10;*/
   transition: all 0.25s;
   font-family: Montserrat, sans-serif;
   font-weight: normal;
   font-size: 14px;
}
.service-box-like-hl a:hover {
   color: black;
}

.sm-padded-parallax {
   padding:100px 0 80px;
}

.lead {
    line-height: 28px;
}

.black {
   color: black;
}

.alert.alert-success {
    background-color: green;
}
.alert.alert-danger {
    background-color: #cc0000;
}

.tp-rightarrow.custom:hover {
    background-color: #cc0000;
}

.footer {
   color: black;
}
.footer a {
   color: black;
}

#contact-form textarea,
#contact-form input[type="text"]
{
    border: 1px solid #FFCD10;
    padding-left: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    transition : border 500ms ease-out;
}
#contact-form input[type="text"]:focus,
#contact-form textarea:focus
{
    border-color: #dcb008;
}
#contact-form label {
    left: 10px;
    top: 5px;
}

.btn {
   border-radius: 2px;
}

.sm-intro {
   font-family: "Open Sans", sans-serif;
   font-weight: 300;
   font-size: 14px;
   color: #6f6f6f;
}

.small-slider {
   height: 400px;
}

.overflow-hidden {
   overflow: hidden;
}

.blog-article .date {
    border-right: 0;
}

/*.sm-intro-hl {
   font-family: "Open Sans", sans-serif;
   font-weight: 300;
   font-size: 36px;
   color: #464646;
}*/

body.page-home .isotope.gutter .isotope-item,
body.page-home .isotope.masonry .isotope-item {
   padding: 5px;
}

.tp-caption {
   text-shadow: 1px 1px 1px black;
}

#scroll-up {
   background-color: #cc0000;
}

.text-shadow {
   text-shadow: 1px 1px 1px black;
}
.text-shadow-soft {
   text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.portfolio-item-hover .overlay-caption {
   position: absolute;
   right: 10px;
   bottom: 10px;
   color: black;
   font-weight: bold;
   text-align: right;
}

.service-box.style-5 a:focus,
.fake-tab-nav-link.active
{
    border-color: #FFCD10;
    background-color: #FFCD10;
    color: #fff;
}

.headline {
    margin-bottom: 40px;
}

#mobile-menu-button {
    border-radius: 0;
}

#section-red {
    background-color: #E20015;
    margin-bottom: 0px;
}
#section-red h2, #section-red p, #section-red a {
    color: white;
}

body.page-agb #page-content ul {
    margin-left: 20px;
    list-style-type: decimal
}

@media (max-width: 767px) { /* res up to a max of 767px */

    #footer-company-textual {
        display: none;
    }

    #legal-links.text-right {
        text-align: center;
    }

    #footer-logo {
        text-align: center;
    }

    #mobile-menu li.active a:before {
        content: "\f054";
        font-family: "FontAwesome";
        padding-right: 10px;
    }

    .btn {
        white-space: normal;
    }

    body {
        padding-top: 70px;
    }
    #header,#mobile-menu {
        position: fixed;
        z-index: 99999;
    }
    #header {
        background-color: #FFCD10;
    }
    #mobile-menu {
        width: 100%;
        top: 74px;
    }
    #mobile-menu > li > a {
        font-size: 20px;
    }

}

@media (max-width: 320px) {
    h2 {
        font-size: 28px;
    }
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

#map {
/*min-height: {{$height or '600px'}};*/
}
#map.sm_map-uninitialized {
    display: table;
    width: 100%;
}

#map.sm_map-uninitialized a {
    /*font-size: 20px;*/
    transition: all 0.5s;
}
#map.sm_map-uninitialized a:hover {
    color: #048a88;
}
#map.sm_map-uninitialized > div#sm_google-opt-in {
    display: table-cell;
    vertical-align: middle;
}
body #map.sm_map-uninitialized > div#sm_google-opt-in {
    padding: 0 20%;
    text-align: center;
}
.gm-style-iw p {
    margin-bottom: 8px;
    line-height: normal;
}
.gm-style-iw p:last-child { margin-bottom: 0; }


.consent-message{
    background-color: #f4f4f4;
    border-radius: 2px;
    padding: 20px;
}
@media (pointer:coarse) and (max-width: 575.98px) {
    .consent-message {
        padding: 10px;
    }
    body #map.sm_map-uninitialized > div#sm_google-opt-in{
        padding: 0 5px!important;
    }
}
#sm_set-google-opt-in-cookie{
    margin-top: 10px;
}
